//==============================================================================
// petosuchus_anim.txt
//==============================================================================

//==============================================================================
define eclipseSFX
{
   SetSelector
   {
		TechLogic none/Eclipse Active
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle SFX A Eclipse Unit effect
			}
		}		    
   }
}


//==============================================================================
define egyptbirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX E Myth Unit Birth Effect
      }
   }
}

//==============================================================================
define ballglow
{
   set hotspot
   {
      version
      {
         Visualparticle Special E Petesuchos Ball Glow
      }
   }
}

//==============================================================================
define sunlight
{
   set hotspot
   {
      version
      {
//		Visualparticle Special E Petesuchos Sun Light
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special E Petesuchos_BirthA
				connect HOTSPOT egyptbirthSFX hotspot
         }
      }
   }
}

//==============================================================================
anim bored
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Petesuchos_boredA
            connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visual Special E Petesuchos_DeathA
			connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visual Special E Petesuchos_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.56 true   
               tag GenericSound 0.01 true   
               tag SpecificSoundSet 0.56 false CrocSnap checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT ballglow hotspot
//			Connect ATTACHPOINT sunlight hotspot
			connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Petesuchos_walkA
            connect hotspot eclipseSFX hotspot
			tag FootstepLeft 0.40 true   
			tag FootstepRight 0.40 true   
			tag FootstepLeft 0.80 true   
			tag FootstepRight 0.90 true
         }
      }
   }
}


//==============================================================================
anim idle
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
	         Visual Special E Petesuchos_idleA
	         connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
	         Visual Special E Petesuchos_FlailA
	         connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Special E Petesuchos_SpecialAttackA
			connect hotspot eclipseSFX hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.71 true   
               tag GenericSound 0.13 true   
               tag SpecificSoundSet 0.47 false PetosuchusSpecialAttack checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Charging
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Special E Petesuchos_SpecialAttackA
			connect hotspot eclipseSFX hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.45 true   
               tag GenericSound 0.13 true   
               tag SpecificSoundSet 0.47 false PetosuchusSpecialAttack checkVisible 
//-- end auto generated section
			Connect ATTACHPOINT ballglow hotspot
			Connect ATTACHPOINT sunlight hotspot
			length 3.0						
         }
      }
   }
}

